home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / dragon.swf / scripts / DefineButton2_746 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-09-12  |  69 b   |  7 lines

  1. on(release){
  2.    if(!g_halted)
  3.    {
  4.       loadOptions();
  5.    }
  6. }
  7.